home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / pc / EDU / wdweb16 / Install.exe / uninst.exe / 0 / RCDATA / TMAIN / TMAIN.txt
Text File  |  1998-03-06  |  3KB  |  139 lines

  1. object Main: TMain
  2.   Left = 305
  3.   Top = 318
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'WordWeb Developer Setup'
  7.   ClientHeight = 202
  8.   ClientWidth = 397
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object OKBtn: TButton
  17.     Left = 223
  18.     Top = 172
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&Next >'
  22.     Default = True
  23.     TabOrder = 0
  24.     OnClick = OKBtnClick
  25.   end
  26.   object CancelBtn: TButton
  27.     Left = 311
  28.     Top = 172
  29.     Width = 75
  30.     Height = 25
  31.     Cancel = True
  32.     Caption = 'Cancel'
  33.     ModalResult = 2
  34.     TabOrder = 1
  35.   end
  36.   object Group1: TGroupBox
  37.     Left = 16
  38.     Top = 8
  39.     Width = 369
  40.     Height = 153
  41.     TabOrder = 2
  42.     object Label1: TLabel
  43.       Left = 16
  44.       Top = 56
  45.       Width = 266
  46.       Height = 13
  47.       Caption = 'Welcome to the Crossword Compiler installation program.'
  48.     end
  49.     object Label2: TLabel
  50.       Left = 16
  51.       Top = 56
  52.       Width = 305
  53.       Height = 49
  54.       AutoSize = False
  55.       Caption = 
  56.         'You are strongly recommended to close all other programs before ' +
  57.         'continuing with this installation.'
  58.       WordWrap = True
  59.     end
  60.     object Label3: TLabel
  61.       Left = 16
  62.       Top = 112
  63.       Width = 345
  64.       Height = 33
  65.       AutoSize = False
  66.       Caption = 
  67.         'When you are ready to continue the installation click the Next b' +
  68.         'utton or press Enter.'
  69.       WordWrap = True
  70.     end
  71.     object Label6: TLabel
  72.       Left = 16
  73.       Top = 24
  74.       Width = 223
  75.       Height = 13
  76.       Caption = 'Welcome to the WordWeb installation program.'
  77.     end
  78.   end
  79.   object Group3: TGroupBox
  80.     Left = 14
  81.     Top = 8
  82.     Width = 369
  83.     Height = 153
  84.     TabOrder = 3
  85.     Visible = False
  86.     object Label4: TLabel
  87.       Left = 8
  88.       Top = 20
  89.       Width = 345
  90.       Height = 29
  91.       AutoSize = False
  92.       Caption = 'WordWeb will be installed to the following location.'
  93.       WordWrap = True
  94.     end
  95.     object Label5: TLabel
  96.       Left = 8
  97.       Top = 104
  98.       Width = 45
  99.       Height = 13
  100.       Caption = 'Directory:'
  101.     end
  102.     object Label7: TLabel
  103.       Left = 8
  104.       Top = 48
  105.       Width = 345
  106.       Height = 46
  107.       AutoSize = False
  108.       Caption = 
  109.         'Change the folder if you wish to install somewhere else. When yo' +
  110.         'u are ready to start the installation press the Install button'
  111.       WordWrap = True
  112.     end
  113.     object Edit1: TEdit
  114.       Left = 72
  115.       Top = 96
  116.       Width = 281
  117.       Height = 21
  118.       MaxLength = 256
  119.       TabOrder = 0
  120.     end
  121.     object Button1: TButton
  122.       Left = 280
  123.       Top = 124
  124.       Width = 75
  125.       Height = 21
  126.       Caption = '&Browse...'
  127.       TabOrder = 1
  128.       OnClick = Button1Click
  129.     end
  130.   end
  131.   object Browser: TBrowseFolder
  132.     Flags = [bfFileSysDirsOnly, bfStatusText]
  133.     ShowPathInStatusArea = False
  134.     SyncCustomButton = False
  135.     Left = 88
  136.     Top = 168
  137.   end
  138. end
  139.